Motion.RemoveAxisFromGroup method

Removes an axis from a group. The command can't be buffered. If there is no axis left in the group, the state changes to GroupDisabled.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError RemoveAxisFromGroup(
       int Index,
       int IndexInGroup
)
Public Function RemoveAxisFromGroup(
       Index As Integer,
       IndexInGroup As Integer
) As KsError

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

 

IndexInGroup [in]

Type: int

The index of an axis in the group.

Return value

Type: KsError

A return code of a method.

Remarks

If sent to a group that is not in GroupDisabled, GroupStandstill or GroupErrorStop, it generates an error and the function is not executed.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace